home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / visulztn / sphinx / sphinx.lha / SPHINX_README < prev    next >
Encoding:
Text File  |  1993-06-04  |  3.0 KB  |  81 lines

  1.  
  2.  
  3.                       S.P.H.I.N.X.  Release 3.30
  4.               ---------------------------
  5.  
  6.   Sphinx 3.30 is a  pre-release  version  designed  for  on - site  usage  and
  7.   evaluation.  Despite  its  extensive  testing ,  this  version  may  contain
  8.   errors that have not yet been detected.  If  you discover any errors or have 
  9.   any suggestions/problems with the program, we would appreciate your bringing
  10.   then to the attention of:
  11.  
  12.          POLDER project:
  13.          Email: sphinx@loa.citilille.fr
  14.  
  15.  
  16. =====================================================================
  17.         Getting started with Sphinx
  18. =====================================================================
  19.  
  20.     The  internal  memory  handle 3 banks of 8 bit  1024*1024  pixels  called
  21.     "visible"  and  3  banks  of  8  bit  1024*1024  pixels  called  "masked"
  22.     stored on disk usr/tmp/sphinx_masked.
  23.  
  24.     The geometry is very simple: Banks are denoted R G B  and  each  bank  is
  25.     divided into 4 512x512  quadrants  called A B C D  for  the  visible  and
  26.     E F G H for the masked.
  27.  
  28.     The right hand button of the mouse is used for the pop up menu to  select
  29.     a panel . Within a panel the left hand button is always used to select an
  30.     option.
  31.     To enter data from the image the right hand button is generaly used.
  32.  
  33.     To start Sphinx just enter the command: sphinx
  34.     Press the right hand button, go to the test menu and select Read image test.
  35.  
  36.     On a Panel the sign ? (up right): Click on for the on line help
  37.                the sign X (up left): Click on to shift the panel on the right  
  38.                To move a panel push down the left hand button into the panel
  39.            header move to the new place and release the button.
  40.  
  41. =====================================================================
  42.         Directory contents
  43. =====================================================================
  44.  
  45.  IMAGES            a few test images
  46.  SPHINX_README        this file
  47.  bin_HP700        script and binaries for HP 700 series
  48.  bin_IRIS        script and binaries for Silicon Graphics  series
  49.  bin_RS6000        script and binaries for IBM R6000  series
  50.  bin_SPARC        script and binaries for Sun Sparc  series
  51.  bin_DECST        script and binaries for Dec station  series
  52.  examples        Source examples to build external functions
  53.  files            Sphinx main files
  54.  lib            Libraries to link with the external function examples
  55.  utils            Encode and decode Sphinx luts (Color maps)
  56.             and postscript or word 5 manuals
  57.  
  58. =====================================================================
  59.          How to install SPHINX ?
  60. =====================================================================
  61.  
  62.  Example for a silicon graphic computer:
  63.  
  64. 1)  mv  bin_IRIS bin
  65. 2)  rm -rf bin_HP700 bin_RS6000 bin_SPARC bin_DECST
  66. 3)  cd files
  67. 4)  mv  5s_File.IRIS 5s_File
  68. 5)  rm 5S_File.HP700 5S_File.RS6000 5S_File.SPARC 5S_File.DECST
  69. 6)  cd ../bin
  70. 7)  vi sphinx
  71.  
  72.       You have just to modify the line 
  73.       SPHINX_DIR=/home/louis/DELIVERY
  74.       with the sphinx directory implementation
  75.  
  76. 8)  cp sphinx /usr/local/bin (for example)
  77. 9) sphinx
  78.  
  79.  
  80.  
  81.